Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow treating config fields as sensitive #1676

Closed
wants to merge 1 commit into from

Conversation

Aareksio
Copy link
Member

Description

Add sensitive prop to field schema definition. Setting this prop to true should make inputs of type String mask the value to prevent leaking (eg. via screenshots or screenshare). The value is unmasked when user focuses the input to allow for easy editing / copying.

Resolves #1674, hopefully

Screenshots

N/A, didn't test

Additional information

Did not test the change, please test it before merging. Especially the masking / unmasking part. I believe browsers emit focus and blur in all scenarios.

Checklist

  • My pull request is not a duplicate
  • I added a descriptive title to this pull request
  • I added a concise description or a self-explanatory screenshot to this pull request
  • My code follows the code style of this project
  • I have performed a self-review of my own code

@MrBurrBurr MrBurrBurr closed this Dec 25, 2024
@MrBurrBurr MrBurrBurr deleted the feature/hide-licenseid branch December 25, 2024 10:39
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide the LicenseID
2 participants